const go/types.commaerr

7 uses

	go/types (current package)
		api.go#L411: 	case constant_, variable, mapindex, value, commaok, commaerr:
		assignments.go#L33: 	case constant_, variable, mapindex, value, commaok, commaerr:
		call.go#L314: 			x.mode = commaerr
		expr.go#L1260: 	if allowCommaOk && (x.mode == mapindex || x.mode == commaok || x.mode == commaerr) {
		expr.go#L1262: 		if x.mode == commaerr {
		operand.go#L35: 	commaerr                     // like commaok, but second value is error, not boolean
		operand.go#L50: 	commaerr:  "comma, error expression",